net/http.Server.shuttingDown (method)

7 uses

	net/http (current package)
		server.go#L2036: 		if c.server.shuttingDown() {
		server.go#L3378: 	if s.shuttingDown() {
		server.go#L3465: 			if s.shuttingDown() {
		server.go#L3611: 		if s.shuttingDown() {
		server.go#L3651: 	return !s.disableKeepAlives.Load() && !s.shuttingDown()
		server.go#L3654: func (s *Server) shuttingDown() bool {
		server.go#L3733: 	if s.shuttingDown() {